Adwaita: set padding to 0 for tab buttons
authorLapo Calamandrei <calamandrei@gmail.com>
Mon, 1 Sep 2014 14:27:34 +0000 (16:27 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Mon, 1 Sep 2014 14:27:34 +0000 (16:27 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index d570ccbfc822cae7a7e0339d3f078b84c4ee5257..ec10e4627861d3520f11e7e0fd6a3ae925899deb 100644 (file)
@@ -1528,6 +1528,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
       &:backdrop { color: $backdrop_fg_color; }
     }
     .button { //tab close button
+      padding: 0;
       border: 1px solid transparent;
       @extend %undecorated_button;
       icon-shadow: none;
index 7cb138ccd380fc0f3f3726e649bb4b9034b1ad84..c899cd1bd4847948bfb36af76cde5ffdd88751ba 100644 (file)
@@ -1804,6 +1804,7 @@ GtkTreeView.view.progressbar {
       .notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
         color: #c9cbc9; }
     .notebook tab .button {
+      padding: 0;
       border: 1px solid transparent;
       icon-shadow: none;
       transition: none;
index 46173b07a0af345fc04e14e9f88519633a41e6cc..37335dfdc177859727cb9a31cd9c9b1c999a8706 100644 (file)
@@ -1798,6 +1798,7 @@ GtkTreeView.view.progressbar {
       .notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
         color: #54595a; }
     .notebook tab .button {
+      padding: 0;
       border: 1px solid transparent;
       icon-shadow: none;
       transition: none;